Web API Edition | ComponentOne
C1.Web.Api Namespace / IExporter<T> Interface
Type of ExportSource.
Members

In This Topic
    IExporter<T> Interface
    In This Topic
    Common generic interface for all exporters to share.
    Syntax
    'Declaration
     
    
    Public Interface IExporter(Of T As ExportSource) 
       Inherits IExporter 
    public interface IExporter<T> : IExporter  
    where T: ExportSource
    Type Parameters
    T
    Type of ExportSource.
    See Also